home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / demos.dxr / 00010.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  265 b   |  17 lines

  1. on mouseUp
  2.   global act
  3.   set act to 1
  4.   sound playFile 2, "..\som\ovo.wav"
  5.   startTimer()
  6.   repeat while the timer < 20
  7.     nothing()
  8.   end repeat
  9.   onVis(2)
  10.   updateStage()
  11.   startTimer()
  12.   repeat while the timer < 30
  13.     nothing()
  14.   end repeat
  15.   onVis(6, 8)
  16. end
  17.